jupyter notebook to python script

69

!jupyter nbconvert --to script config_template.ipynb
# credit to Stack Overflow user in the source link
# shell command or ! + command in ipython

jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb

Comments

Submit
0 Comments